home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / Modem_Serial Utilities / FIX16550_V1.05 Fix For AMI BIOS / FX16550D.exe / FIX16550.DOC next >
Text File  |  1993-11-29  |  5KB  |  106 lines

  1. Fix16550 Device Driver v01.05.00    29 NOV 1993 (93333) 11:21:50
  2. Copyright (c) 1993 Professional Software Engineering, Ltd.
  3. All rights reserved.
  4.  
  5.  
  6. This is a brief documentation file for the FIX16550 program.
  7.  
  8. This program has a pretty narrow function -- to fix problems with AMI BIOSes 
  9. and 16550 ("hi-speed/buffered") UARTS.  As an added benefit, the program also 
  10. happens to permit (usually much older) computers which only recognize COM1: and 
  11. COM2: to automatically recognize COM3: and COM4: if they are present.
  12.  
  13. Operation is simple:  Simply add the line:
  14.  
  15. DEVICE=C:\PATH\FIX16550.SYS
  16.  
  17. (where "C:\PATH\" is replaced by where you really put the file.) into your 
  18. CONFIG.SYS file.  There are no parameters at all.  Near the top is best (before 
  19. any other programs initialize, so they too will know how many ports your 
  20. machine has, if they care).
  21.  
  22. Since this driver is an initialization-only driver (it does it's job and quits, 
  23. much like a word processor would -- it doesn't remain in memory to do 
  24. anything), there is no purpose to loading it high (although the program will 
  25. operate fine if loaded high to run), and it will not affect memory use in a 
  26. computer.  If you loaded it at the top of your CONFIG.SYS, loading high 
  27. wouldn't be an option anyway -- your upper memory driver (QEMM, EMM386, 
  28. NetRoom, 386MAX, etc.) wouldn't be loaded yet.
  29.  
  30.  
  31.  
  32. I don't know how widespread the AMI BIOS problem with 16550 FIFOs is, but it 
  33. appears to exist in the (as of this writing in late 1993) "current" version of 
  34. the AMI BIOS dated DEC 1991.  The problem manifests itself when you have a 
  35. high-speed UART installed (something which is advised if you use a high speed 
  36. modem -- most internal high speed modems are equipped with a 16550 equivalent), 
  37. and use a program which enables the FIFO (the special feature of the 16550 UART 
  38. chip), but which either does not disable it on exit, or is rebooted while 
  39. running (which is a valid thing to do, say if the computer is running a BBS, 
  40. and a user shells to DOS and drops carrier).  When the AMI BIOS goes looking 
  41. for serial ports on startup, it fails to see the port (because it doesn't 
  42. appear normal, since the FIFO is enabled), and the computer boots up without 
  43. that port in the list of available ports.  Then other software cannot "see" the 
  44. port as being present, and won't work (such as attempting to run your comm 
  45. program or the BBS after the reboot).  A hard reboot (power cycle, or that red 
  46. button on the front of the case) will reset the UART at the hardware level, and 
  47. thus the AMI BIOS will recognize it.  This program simply looks for the 
  48. hardware in a better way than the AMI BIOS does, and adds the ports 
  49. automatically for you.
  50.  
  51. I've heard that some people have thought that this problem was something wrong 
  52. with their system board (since it doesn't show up if you hard reboot the 
  53. machine).  Take another look -- you may have an AMI BIOS.
  54.  
  55. While I make a number of references to the AMI BIOS, this program is not 
  56. dependant in any way on the presence of an AMI BIOS -- there may very well be 
  57. other BIOSes out there that exibit this or a similar problem.
  58.  
  59. Don't get me wrong -- I like AMI BIOSes very much (I could be using a different 
  60. one if I wanted).  They have a lot of great features, and aside from this one 
  61. problem, appear quite bug free (unlike DTK/Erso).
  62.  
  63.  
  64. As for systems that don't recognize COM3: and COM4:, they are fairly 
  65. widespread, and include PC, 286, and 386 machines, though I don't know about 
  66. 486 boxes (most companies should have is straight by now).  Name brand 
  67. manufacturers known to have this problem, at least in some models, include 
  68. Compaq and AST.
  69.  
  70.  
  71. I originally wrote this utility strictly to deal with my experiences with the 
  72. AMI BIOS problem.  When I called AMI, they told me I needed to get in touch 
  73. with the system board manufacturer -- which in all likelyhood is some offshore 
  74. company, and they wouldn't even give me a company name!  The AMI BIOS is 
  75. mentioned in the Microsoft Windows Resource Kit as having serial problems -- 
  76. and my BIOS is for a 486DX2 machine -- not exactly old technology.
  77.  
  78.  
  79. v01.03.00 incorporates a detection for the 8514/A video adapter, which 
  80. conflicts with the use of a COM4: port.  With all the port addresses they use 
  81. for the 8514/A, you'd think they could have left 2E8h alone!
  82.  
  83. v01.04.00 debugging version, not released.
  84.  
  85. v01.05.00 incorporates a fix for an odd bug which caused some ports not to be 
  86. properly added back to the port table (although they were detected and reset).  
  87. 8514/A support has been disabled until better documentation is available.
  88.  
  89.  
  90.  
  91. This program is ShareWare.  A fee is requested for it's use.  If you use it 
  92. (and the only reason you should be using it is if it addresses a problem you do 
  93. have), a registration of US$10.00 per copy used is required.  The grief and 
  94. annoyance this program can save you over time will be well worth the small 
  95. registration -- especially if you are a BBS operator.
  96.  
  97. Send cheque or money order (drawn on a U.S. Bank) to:
  98.  
  99. "Sean B. Straw"
  100. Professional Software Engineering
  101. Post Box 2395
  102. San Rafael, CA  94912-2395
  103.  
  104. (415) 459-7401
  105.  
  106.